Opc.Ua.Core
BufferCollection Constructor(ArraySegment<Byte>)



Opc.Ua.Bindings Namespace > BufferCollection Class > BufferCollection Constructor : BufferCollection Constructor(ArraySegment<Byte>)
The segment.
Creates a collection with a single element.
Syntax
'Declaration
 
Public Function New( _
   ByVal segment As ArraySegment(Of Byte) _
)
'Usage
 
Dim segment As ArraySegment(Of Byte)
 
Dim instance As New BufferCollection(segment)
public BufferCollection( 
   ArraySegment<byte> segment
)
public:
BufferCollection( 
   ArraySegment<byte> segment
)

Parameters

segment
The segment.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BufferCollection Class
BufferCollection Members
Overload List